ISO Creator Change Log:

2011-06-17: added better check whether any media is inserted/mounted on the listed drives
2011-06-17: added option to create MD5 checksum of created ISOs + background texture of input box
2011-06-18: added v2 which is completely called from memory! Thanks for smartee for converting the exe into a DLL  
2011-06-18: disabled cursor blinking in input box
2011-06-19: added command line parameter support -> ISO Creator.exe -s [source cd/dvd drive] -d [filename]
2011-06-20: added mor information about the media in combo box (thanks to smartee for the idea)
2011-06-20: some small bugs fixed
2011-06-21: added some small feature like eject disk and added v3 which is written in pure AutoIt (thanks to smashly for pointing me to right direction)
2011-06-22: added CD001 check also for EL TORITO SPECIFICATION section and some bugs fixed
2011-06-25: added command line parameter -exit to exit program when finished + feature to change background image + small bug fixes
2011-08-03: modified some look'n'feel settings
2011-08-19: added disc image to view how sectors are read + some internal changes. The development of v1 and v2 is discontinued!
2011-08-23: some internal changes regareding GDI+ drawing and change info in disc image to x/ disc size mb
2011-08-29: removed one check in function ISO9660_Check() otherwise UDF discs will not be copied and enabled drawing of the sectors onto the disc image.
2011-08-30: found bug in display of MB copied on disc image and added MD5 creation from menu -> you can create now MD5 files from ISOs directly
2011-09-11: added play short sound when finished or aborted + update function
2011-09-24: changed ISO check function and some small code modifications
2011-10-06: made some small changes to the MD5 checksum function
2011-12-28: fixed a bug in combo resizing code and added check when no drive is available
2012-03-06: added $iShare parameter in _WinAPICreateFile() (ISO check function) line because otherwise an error may return when creating an ISO image
2012-09-10: fixed a bug in sector view and update check function, added taskbar progress bar and added feature to eject media when task is finsihed
2012-09-11: fixed a bug on app crashing when an external CD/DVD was plugged in and combo selection was not working properly, added DVD+RW DL and DVD+R DL media type into the list
2015-07-13: changed some functions built-in functions (WinAPIEx, _GDIPlus_BitmapCreateFromMemory)